Package com.netscape.cmsutil.ocsp
Class UnknownInfo
java.lang.Object
com.netscape.cmsutil.ocsp.CertStatus
com.netscape.cmsutil.ocsp.UnknownInfo
- All Implemented Interfaces:
org.mozilla.jss.asn1.ASN1Value
RFC 2560:
UnknownInfo ::= NULL -- this can be replaced with an enumeration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A Template for decodingResponseBytes
. -
Field Summary
Fields inherited from class com.netscape.cmsutil.ocsp.CertStatus
label
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(OutputStream os) void
encode
(org.mozilla.jss.asn1.Tag t, OutputStream os) org.mozilla.jss.asn1.Tag
getTag()
static UnknownInfo.Template
Methods inherited from class com.netscape.cmsutil.ocsp.CertStatus
getLabel, toString
-
Constructor Details
-
UnknownInfo
public UnknownInfo()
-
-
Method Details
-
getTag
public org.mozilla.jss.asn1.Tag getTag() -
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-
getTemplate
-